home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / internet / Ward.exe / Sqlsrv32.dll / string.txt next >
Text File  |  1996-12-17  |  13KB  |  385 lines

  1. 338    alter
  2. 339    add
  3. 342    create proc 
  4. 350    set implicit_transactions on
  5. 351    set implicit_transactions off
  6. 352    as 
  7. 353    null
  8. 354    select
  9. 355    where
  10. 359    SET ROWCOUNT 
  11. 360    SET NO_BROWSETABLE 
  12. 361    BEGIN TRAN
  13. 362    SET TEXTSIZE 
  14. 363    bit
  15. 364    tinyint
  16. 365    bigint
  17. 366    image
  18. 367    varbinary
  19. 368    binary
  20. 369    text
  21. 371    char
  22. 372    numeric
  23. 373    decimal
  24. 374    int
  25. 375    smallint
  26. 376    float
  27. 377    real
  28. 378    double
  29. 379    date
  30. 380    time
  31. 381    datetime
  32. 382    varchar
  33. 383    timestamp
  34. 384    sysname
  35. 385    smallmoney
  36. 386    smalldatetime
  37. 387    money
  38. 388    drop proc 
  39. 389    use 
  40. 391    insert
  41. 392    delete
  42. 393    update
  43. 394    from
  44. 395     holdlock 
  45. 396     where 1=2
  46. 397    create;drop;select;grant;revoke;alter;truncate;update;reconfigure;load;disk;
  47. 398    statistics
  48. 401    'yyyymmdd'
  49. 402    'hh:mm:ss'
  50. 403    'yyyymmdd hh:mm:ss.000'
  51. 411    EXEC 
  52. 413    IF @@TRANCOUNT > 0 COMMIT TRAN
  53. 414    IF @@TRANCOUNT > 0 ROLLBACK TRAN
  54. 415    select USER_NAME() select usertype,type,name from systypes where usertype>=100
  55. 416     dbcc traceon(208)
  56. 417     set quoted_identifier 
  57. 418     set ansi_nulls off set ansi_padding off set ansi_warnings off
  58. 419    select usertype,type,name from systypes where usertype>=100 select 502,NULL,USER_NAME() exec sp_server_info 1 exec sp_server_info 2 exec sp_server_info 500 select 501,NULL,1 where 'a'='A' set textsize 2147483647 set arithabort on
  59. 420    select usertype,type,name from systypes where usertype>=100 select 502,NULL,USER_NAME() exec sp_server_info 500 select 501,NULL,1 where 'a'='A' set textsize 2147483647 set ansi_null_dflt_on on set arithabort on
  60. 421    select usertype,type,name from systypes where usertype>=100 select 502,'',USER_NAME() exec sp_server_info 500 select 501,'',1 where 'a'='A' set textsize 2147483647 set ansi_defaults on set cursor_close_on_commit off
  61. 422     begin declare @n varchar(30) exec sp_fallback_MS_sel_fb_svr @n output select 503,'',@n end
  62. 423    table
  63. 424    %04d-%02u-%02u %02u:%02u:%02u.%03lu
  64. 438    create
  65. 439    drop
  66. 440    SET PARSEONLY ON 
  67. 441     SET PARSEONLY OFF
  68. 442    SET NOEXEC ON 
  69. 443     SET NOEXEC OFF
  70. 458    '%04d%02u%02u %02u:%02u:%02u.%03lu'
  71. 459     select 'us_english' union select name from master..syslanguages
  72. 461    select name from master..sysdatabases
  73. 462    set language 
  74. 464    select ISNULL(language,'us_english') from master..syslogins where suid=SUSER_ID()
  75. 466    select dbname from master..syslogins where suid=SUSER_ID()
  76. 472    'SYSTEM TABLE'
  77. 473    'TABLE'
  78. 474    'VIEW'
  79. 478    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
  80. 479    SET TRANSACTION ISOLATION LEVEL READ COMMITTED
  81. 481    SET TRANSACTION ISOLATION LEVEL REPEATABLE READ
  82. 483    identity
  83. 484     , 
  84. 485    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
  85. 486     char      binary      decimal       integer smallint float real double varchar      date     time     timestamp longvarchar varbinary      longvarbinary tinyint bit numeric       
  86. 487     char(255);binary(255);decimal(38,4);int;    smallint;float;real;float; varchar(255);datetime;datetime;datetime; text;       varbinary(255);image;        tinyint;bit;numeric(38,4);
  87. 488     char(255);binary(255);money;        int;    smallint;float;real;float; varchar     ;datetime;datetime;datetime; text;       varbinary     ;image;        tinyint;bit;
  88. 510    AVG
  89. 511    CNT
  90. 512    MAX
  91. 513    MIN
  92. 514    SUM
  93. 515    order
  94. 516    SET FMTONLY ON 
  95. 517     SET FMTONLY OFF
  96. 540    BREAK,BROWSE,BULK,CHECKPOINT,CLUSTERED,COMMITTED,COMPUTE,CONFIRM,CONTROLROW,DATABASE,DBCC,DISK,DISTRIBUTED,DUMMY,DUMP,ERRLVL,ERROREXIT,EXIT,FILE,FILLFACTOR,FLOPPY,HOLDLOCK,IDENTITY_INSERT,IDENTITYCOL,IF,KILL,LINENO,LOAD,MIRROREXIT,
  97. 541    NONCLUSTERED,OFF,OFFSETS,ONCE,OVER,PERM,PERMANENT,PLAN,PRINT,PROC,PROCESSEXIT,RAISERROR,READ,READTEXT,RECONFIGURE,REPEATABLE,RETURN,ROWCOUNT,RULE,SAVE,SERIALIZABLE,SETUSER,SHUTDOWN,STATISTICS,
  98. 542    TAPE,TEMP,TEXTSIZE,TRAN,TRIGGER,TRUNCATE,TSEQUEL,UNCOMMITTED,UPDATETEXT,USE,WAITFOR,WHILE,WRITETEXT
  99. 600    ConnectionObjectSize
  100. 601    ConnectionRead
  101. 602    ConnectionWrite
  102. 603    ConnectionTransact
  103. 604    ConnectionWriteOOB
  104. 607    ConnectionOpen
  105. 608    ConnectionClose
  106. 609    ConnectionCheckForData
  107. 613    ConnectionError
  108. 1106    SQLSRV32.DLL
  109. 1125    select substring('NY',status/1024&1+1,1) from master..sysdatabases where name=DB_NAME()
  110. 1177    02.50
  111. 1194    select c.definition from master.dbo.syscharsets c,master.dbo.syscharsets c1,master.dbo.sysconfigures f where f.config in(123,1123)and f.value=c1.id and c1.csid=c.id
  112. 10110    21S0121S01
  113. 10111    21S0121S01
  114. 10121    0700807008
  115. 10122    0700807008
  116. 10169    2200322003
  117. 10207    2200522018
  118. 10208    S002242S22
  119. 10209    S000242S02
  120. 10211    2200822007
  121. 10212    2200822007
  122. 10214    21S0121S01
  123. 10221    2200322003
  124. 10222    2300023000
  125. 10230    4200042000
  126. 10231    4200042000
  127. 10233    2200322003
  128. 10234    2300023000
  129. 10235    2200322003
  130. 10236    2200522018
  131. 10237    2200322003
  132. 10238    2200322003
  133. 10239    2200322003
  134. 10240    S000242S02
  135. 10241    2200322003
  136. 10242    2200822007
  137. 10243    2200822007
  138. 10245    2200322003
  139. 10246    2200522018
  140. 10247    2200322003
  141. 10248    2200522018
  142. 10249    2200322003
  143. 10250    2200522018
  144. 10257    2200522018
  145. 10267    2500025000
  146. 10268    S000242S02
  147. 10273    2300023000
  148. 10274    2300023000
  149. 10278    2500025000
  150. 10296    2200822007
  151. 10297    2200822007
  152. 10306    2200522018
  153. 10311    2202522025
  154. 10410    2200522018
  155. 10513    2100021000
  156. 10516    2300023000
  157. 10518    2200822007
  158. 10519    2200522018
  159. 10520    2200322003
  160. 10521    2200322003
  161. 10522    2200322003
  162. 10523    2200322003
  163. 10524    2200322003
  164. 10525    2200322003
  165. 10530    2200522018
  166. 10531    2300023000
  167. 10536    2200322003
  168. 10548    2300023000
  169. 10551    4400044000
  170. 10612    2500025000
  171. 10629    2500025000
  172. 10912    0800408004
  173. 10917    0800408004
  174. 10920    0100001000
  175. 10927    0100001000
  176. 11008    2200322003
  177. 11011    2201922019
  178. 11206    4000140001
  179. 11212    4000140001
  180. 11506    2300023000
  181. 11509    2300023000
  182. 11907    S000242S02
  183. 11912    S002242S22
  184. 11914    S001142S11
  185. 12502    S000242S02
  186. 12602    2300023000
  187. 12616    2300023000
  188. 12626    4000140001
  189. 12627    2300023000
  190. 12628    2300023000
  191. 12706    S002142S21
  192. 12707    S000242S02
  193. 12715    S000142S01
  194. 12728    S002142S21
  195. 12729    S000242S02
  196. 12741    0800408004
  197. 13002    S001242S12
  198. 13310    4000140001
  199. 13605    2300023000
  200. 13606    2300023000
  201. 13607    0100001000
  202. 13608    0100001000
  203. 13623    0100001000
  204. 13702    S000242S02
  205. 13704    S001242S12
  206. 13719    S001242S12
  207. 13903    2500025000
  208. 13904    2500025000
  209. 13907    2500025000
  210. 13909    2500025000
  211. 14003    2800028000
  212. 14018    0800408004
  213. 14314    S001242S12
  214. 14315    S000242S02
  215. 14402    S000242S02
  216. 14410    21S0221S02
  217. 14502    21S0221S02
  218. 14503    21S0221S02
  219. 14507    S002142S21
  220. 14510    S002142S21
  221. 14702    S000242S02
  222. 14903    S000242S02
  223. 15702    0100001000
  224. 15704    0100001000
  225. 16227    S001242S12
  226. 16402    2500025000
  227. 17113    4000140001
  228. 18116    2200322003
  229. 18135    2201222012
  230. 18153    2200122001
  231. 18154    0100301003
  232. 26903    S1109HY109
  233. 26917    3400034000
  234. 26930    S1009HY009
  235. 26931    2400024000
  236. 26932    2400024000
  237. 26935    01S0301001
  238. 27810    0800408004
  239. 28451    0800408004
  240. 28459    0800408004
  241. 28460    2800028000
  242. 40000    Cannot drop the index
  243. 40001    SQL Server Login
  244. 40002    table
  245. 40003    owner
  246. 40004    database
  247. 40005    stored procedure
  248. 40006    (local)
  249. 40007    The server name also exists in the registry and may be needed by other SQL Server applications.\n\nChoose Yes to remove the name from the registry, No to leave the registry unchanged.
  250. 40008    ODBC SQL Server Setup
  251. 40009    %s cannot be used as a data source name.
  252. 40011    Help is not available
  253. 40012    (Default);us_english;franτais;deutsch;
  254. 40013    %s is already a data source name.\nOverwrite?
  255. 40014    Invalid character in data source name.
  256. 40015    %s is not an existing data source name.
  257. 40016    Do you want to convert your SQL Server 16 bit DSNs to 32 bit?
  258. 40017    Filling listbox requires a valid Login Id and Password
  259. 40018    Filling listbox failed:\nSQLState: '%s'\n SQL Server Error: %ld\n%s
  260. 40019    Connection failed:\nSQLState: '%s'\nSQL Server Error: %ld\n%s\n
  261. 40020    &Server:
  262. 40021    (Default)
  263. 40022    Unknown Translator
  264. 40023    Select Log File
  265. 40024    Log Files(*.log)|*.log|All Files(*.*)|*.*|
  266. 40025    Query Logging Threshold field must be numeric
  267. 40026    At %s the following query executed in %lu milliseconds
  268. 40100    0100001000General warning
  269. 40101    0100001000Ongoing transaction has been committed
  270. 40102    0100001000The ODBC catalog stored procedures installed on server %s are version %s; version %02d.%02d.%4.4d or later is required to ensure proper operation.  Please contact your system administrator.
  271. 40103    0100001000Access to database configured in the DSN has been denied. Default used.
  272. 40104    0100001000Language configured in the DSN is not supported. Default used.
  273. 40105    0100001000Procedure executed with 'EXEC'.  No output parameters returned.
  274. 40106    0100401004Data truncated
  275. 40107    01S0001S00Invalid connection string attribute
  276. 40108    01S0101S01Error in row
  277. 40109    01S0201S02Option value changed
  278. 40110    01S0201S02Packet size change not honored by server, server size used
  279. 40111    01S0301001No rows updated or deleted
  280. 40112    01S0501S05Cancel treated as FreeStmt/Close
  281. 40113    01S0601S06Attempt to fetch before the result returned the first rowset
  282. 40114    0700107001Wrong number of parameters
  283. 40115    0700607006Restricted data type attribute violation
  284. 40116    07S0107S01Invalid use of default parameter
  285. 40117    0800108001Unable to connect to data source
  286. 40118    0800408004Data source rejected establishment of connection
  287. 40119    08S0108S01Communication link failure
  288. 40120    21S0121S01Insert value list does not match column list
  289. 40121    21S0221S02Degree of derived table does not match column list
  290. 40122    2200122001String data right truncation
  291. 40123    2200222002Indicator variable required but not supplied
  292. 40124    2200322003Numeric value out of range
  293. 40125    2200522018Error in assignment
  294. 40126    2200822007Invalid date
  295. 40127    2200822007Invalid time
  296. 40128    2200822007Invalid timestamp
  297. 40129    2202622026String data, length mismatch
  298. 40130    2400024000Invalid cursor state
  299. 40131    2500025000Invalid transaction state
  300. 40132    2800028000Invalid authorization specification
  301. 40133    2800028000Invalid authorization specification; Access to selected database has been denied
  302. 40134    2800028000Invalid authorization specification; Language specified is not supported
  303. 40135    3400034000Invalid cursor name
  304. 40136    3700037000Syntax error or access violation
  305. 40137    3C0003C000Duplicate cursor name
  306. 40138    7010070100Operation aborted
  307. 40139    IM001IM001Driver does not support this function
  308. 40140    IM006IM006Packet size change not supported by server, default used
  309. 40141    IM008IM008Dialog failed
  310. 40142    IM009IM009Unable to load translation DLL
  311. 40143    IM009IM009Translation module is not valid
  312. 40144    S1000HY000General error
  313. 40146    S1000HY000The stored procedure required to complete this operation could not be found on the server (they were supplied with the ODBC setup disk for the SQL Server driver).  Please contact your system administrator.
  314. 40147    S1000HY000Unknown token received from SQL Server
  315. 40148    S1000HY000Operation not allowed while results are pending
  316. 40149    S1000HY000Unable to load communication module.  Driver has not been correctly installed.
  317. 40150    S1000HY000Communication module is not valid.  Driver has not been correctly installed.
  318. 40151    S1000HY000Warning: Partial insert/update. The insert/update of a text or image column(s) did not succeed.
  319. 40152    S1000HY000Connection is busy with results for another hstmt
  320. 40153    S1000HY000Failure during closing of connection
  321. 40154    S1000HY000Protocol error in TDS stream
  322. 40155    S1000HY000TDS buffer length too large
  323. 40156    S1000HY000Non-default parameter not allowed after default parameter
  324. 40157    S1001HY001Memory allocation failure
  325. 40158    S100207009Invalid column number
  326. 40159    S1003HY003Program type out of range
  327. 40160    S1008HY008Operation canceled
  328. 40161    S1009HY009Invalid argument value
  329. 40162    S1010HY010Function sequence error
  330. 40163    S1011HY011Operation invalid at this time
  331. 40164    S1015HY015No cursor name available
  332. 40165    S1090HY090Invalid string or buffer length
  333. 40166    S1091HY091Descriptor type out of range
  334. 40167    S1092HY092Option type out of range
  335. 40168    S1093HY021Invalid parameter number
  336. 40169    S1021HY021Inconsistent descriptor information
  337. 40170    S1094HY021Invalid scale value
  338. 40171    S1096HY096Information type out of range
  339. 40172    S1104HY104Invalid precision value
  340. 40173    S1105HY105Invalid parameter type
  341. 40174    S1106HY106Fetch type out of range
  342. 40175    S1107HY107Row value out of range
  343. 40176    S1109HY109Invalid cursor position
  344. 40177    S1111HY111Invalid bookmark value
  345. 40178    S1C00HYC00Driver not capable
  346. 40179    S1T00HYT00Timeout expired
  347. 40180    0800308003Connection not open
  348. 40181    25S0125S01Enlistment is not possible due to pending transaction
  349. 40182    25S0225S02Distributed Transaction Error
  350. 40183    0100001000An error has occurred during an attempt to access the log file, logging disabled.
  351. 40184    22003HY019Non-character data sent in pieces
  352. 40185    01S0201S02Packet size changed
  353. 40186    01S0201S02Cursor type changed
  354. 40187    01S0201S02Cursor concurrency changed
  355. 40188    0100001000Connected to backup server
  356. 40191    01S0201S02Login timeout changed
  357. 40200    0100001000SQL Debugging disabled
  358. 40500    Data Source Name
  359. 40501    Driver
  360. 40502    Server
  361. 40503    Login ID
  362. 40504    Password
  363. 40505    AppName
  364. 40506    WorkStation ID
  365. 40507    Language
  366. 40508    Database
  367. 40600    Unknown NetErr.
  368. 40601    Insufficient memory.
  369. 40602    Access denied.
  370. 40603    Connection is busy.
  371. 40604    Connection broken.
  372. 40605    Connection limit exceeded.
  373. 40606    Specified SQL server not found.
  374. 40607    The network has not been started.
  375. 40608    Insufficient network resources.
  376. 40609    Network is busy.
  377. 40610    Network access denied.
  378. 40611    General network error. Check your network documentation.
  379. 40612    Incorrect connection mode.
  380. 40613    Name not found in directory service.
  381. 40614    Invalid connection.
  382. 40615    Error reading or writing network data.
  383. 40616    Too many open file handles.
  384. 40617    SQL Server does not exist or access denied.
  385.